home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
gui
/
textwin.lha
/
TextWin
/
demo.example.scp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-12-07
|
324 b
|
15 lines
; FILENAME: demo.example.scp
STACK 8000
IF EXISTS MUI:
RUN >nil: Textwin TITLE "TextWin by BOTH Software" BODY demo.body
ELSE
rtEZrequest TITLE "Error" BODY "MagicUserInterface (MUI) is not installed on your Amiga.\nPlease install MUI before trying TextWin." BUTTONTEXT "_OK I WILL" POS CENTERSCR
ENDIF
QUIT